.space-section {
    padding: 25px 0;
    background-color: #FCFCFC;
}
.space-section .container {
    max-width: 500px;
    padding: 0px;
}
.common-space {
    padding: 50px 0px;
}
.franchise-page h1 {
    color: #000;
    font-weight: 400;
    font-size: 42px;
    margin-bottom: 40px;
}
.franchise-page h1 span {
	color: #6c6c6c;
}
.bg-img-tp {
    min-height: 60vh;
    background: #eeeeee;
    padding: 40px 0;
}
.blog-card {
    overflow: hidden;
    height: 100%;
}
.blog-detail {
    padding: 20px 20px 15px 20px;
}
.blog-placeholder img {
    border-radius: 0 0 50px 0px;
}
.blog-detail h4 {
    color: var(--main-bg-color);
    font-size: 24px;
}
.blog-detail p span {
    color: var(--main-bg-color);
    font-weight: 600;
}
.franchise-page-row .col-md-4 {
    padding: 0 8px;
    margin-bottom: 25px;
}
#imageViewer .modal-content {
    margin-top: 220px !important;
    background: none;
    border: none;
}
#imageViewer .modal-dialog {
    min-height: auto;
}
#imageViewer #imageDiv {
    border: 0px !important;
    border-radius: 20px !important;
    overflow: hidden;
}

.title .span-one {
    font-size: 22px;
}
.title:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 130px;
    background-color: var(--main-bg-color);
    height: 1px;
    bottom: -7px;
    left: 0px;
}
.title .span-two {
    font-size: 26px;
    margin-top: 0;
    line-height: normal;
    margin: 0 0 1em;
    text-transform: uppercase;
    color: #000;
}
.text-center.title::after {
    left: 50%;
    transform: translate(-50%, 0px);
}
.font-weight-semibold {
    font-weight: 600;
}
.color-primary {
    color: var(--main-bg-color);
}

@media only screen and (max-width: 1199px) {
.bg-img-tp {
    min-height: 76.5vh;
}

}

@media only screen and (max-width: 991px) {
.franchise-page-row {
	padding: 0 10px;
}
.franchise-page h1 {
    margin-bottom: 30px;
}
.common-space {
    padding: 40px 0px;
}
.bg-img-tp {
    min-height: 68.2vh;
}

}

@media only screen and (max-width: 819px) {
.bg-img-tp {
    min-height: 56.8vh;
}
}

@media only screen and (max-width: 767px) {
.space-section {
    padding: 0;
    background-color: #fff;
}
.franchise-page h1 {
    font-size: 24px;
    margin-bottom: 25px;
}
.blog-detail {
    padding: 10px 10px 15px 10px;
}
.blog-detail h4 {
    color: var(--main-bg-color);
    font-size: 14px;
    margin-bottom: 6px !important;
}
.franchise-page-row .col-md-4 {
    margin-bottom: 30px;
}
.franchise-page-row .col-md-4 {
    padding: 0 5px;
    margin-bottom: 20px;
}
.franchise-page-row {
    padding: 0 10px;
}
.blog-placeholder img {
    border-radius: 0 0 30px 0px;
}
.blog-card {
    border-radius: 0px;
}
.blog-detail p {
    line-height: normal;
    font-size: 12px;
}
#imageViewer .modal-content {
	margin-top: 0 !important;
}
#imageViewer .modal-dialog {
    min-height: calc(100% - 1rem);
}
.bg-img-tp {
    min-height: 35vh;
}
.common-heading-tp {
    font-size: 22px;
}
.common-heading-tp span {
    font-size: 18px;
}
.title {
    font-size: 20px;
}
.title .span-one {
    font-size: 18px;
}
.title:after {
    max-width: 100px;
}
.title .span-two {
    font-size: 20px;
}

}